8 lines
293 B
C++
8 lines
293 B
C++
#pragma once
|
|
|
|
#include "ParRegions.h"
|
|
#include "SgUtils.h"
|
|
#include "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);
|