8 lines
311 B
C
8 lines
311 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "ParRegions.h"
|
||
|
|
#include "../Utils/SgUtils.h"
|
||
|
|
#include "../Utils/errors.h"
|
||
|
|
|
||
|
|
bool expandExtractReg(const std::string &fileName, const int startLine, const int endLine, const std::vector<ParallelRegion*> ®ions, std::vector<Messages> &messagesForFile, const bool toDelete = false);
|